C1.Web.Mvc Namespace / AutoCompleteBase<T> Class / IsContentHtml Property

In This Topic
IsContentHtml Property (AutoCompleteBase<T>)
In This Topic
Gets or sets a value indicating whether the drop-down list displays items as plain text or as HTML.
Syntax
'Declaration
 
<JsonAttribute(False)>
<DefaultValueAttribute(True)>
Public Overrides Property IsContentHtml As Boolean
 
See Also